home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / 0562.ZIP / INFO.DOC < prev    next >
Text File  |  1987-06-13  |  2KB  |  55 lines

  1.  
  2.             ODDS AND ENDS OF INTEREST
  3.  
  4.  
  5.  
  6.     Origin of the term DEBUG.
  7.  
  8.         During WWII, the war department was using the Mark I
  9.     computer, your basic monsterous machine that gobbled up electricity
  10.     and raditated a huge amount of heat. The machine was used for
  11.     targeting, trajectory  and fuel consumption calculations. Since
  12.     these were the days before air conditioning, the machine was run
  13.     mostly at night. The machine was made of up a lot of mechanical
  14.     flip-flops (one of the primary gates in any computer). One night
  15.     the computer failed to function and it was found that a moth had
  16.     given up the ghost when caught by one of the flip-flop contacts.
  17.     It is not hard to imagine, that the running joke was something to
  18.     do with whether or not someone had "debugged" the machine lately.
  19.     The rest is history or frustration or something.
  20.  
  21.  
  22. About Programming
  23.  
  24.     "Programming is a series of discoveries leading you from one plateau
  25.     of understanding to another... The trick is not to step in the stuff
  26.     between the plateaus."
  27.  
  28.         - taken from a cartoon
  29.  
  30. More about programming
  31.  
  32.     "Computer programmers are among the great innovators of our times.
  33.     Unhappily, among their most enduring accomplishments are several new
  34.     techniques for wasting time. There is no shortage of horror stories
  35.     about programs that took twenty times as long to debug as they did to
  36.     "write". And one hears again and again about programs that had to be
  37.     started over several times because they were not well thought out
  38.     the first time around. But much less is said of what may be the most
  39.     successfully mastered time-wasting technique among students of
  40.     programming: finding information about the machine. Spending hours
  41.     trying to locate a single, simple fact is a veritable rite of passage
  42.     for new programmers - as is ripping up reference books in a red-eyed
  43.     frenzy.
  44.         A typical programmer's morning after CRT eye strain, a six
  45.     foot pile of crumpled printouts, and two dozen reference books all over
  46.     the floor. Among these books are hardware tech reference manuals, DOS
  47.     tech reference manuals, language reference manuals, spec sheets on
  48.     particular chips, hardware manuals for printers and boards, plus
  49.     a dozen or so computer books, each possessing some prized bit of
  50.     information required at 3 AM by a particularly intricate bit of code."
  51.  
  52.         - taken from "PROGRAMMER'S PROBLEM SOLVER" by Robert Jourdain
  53.  
  54. End of file
  55.